Skip to content

Conversation

@Mahtem
Copy link

@Mahtem Mahtem commented Nov 5, 2025

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Jest testing was performed.

Questions

Any question will be asked in Slack.

@Mahtem Mahtem added 📅 Sprint 3 Assigned during Sprint 3 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Nov 5, 2025
@Mahtem Mahtem changed the title Manchester |25-ITP-Sep|Mahtem T. Mengstu |Sprint 3 coursework/sprint-3-implement-and-rewrite Manchester |25-ITP-Sep|Mahtem T. Mengstu |Sprint 3|coursework/sprint-3-implement-and-rewrite Nov 5, 2025
Comment on lines +22 to +25
// test("should return 11 for Ace of Spades", () => {
// const aceofSpades = getCardValue("A♠");
// expect(aceofSpades).toEqual(11);
// });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • We could remove code that's no longer needed (to keep the code clean).

  • The function is not expected to validate the suit character. On line 5, mentioning the suit character in the test description could mislead the person implementing the function into thinking the function needs also to check the suit character.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good, that's right, I have removed misleading description. and changed it.

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Nov 8, 2025
@cjyuan
Copy link
Contributor

cjyuan commented Nov 10, 2025

Can you also address all my inline comments? You can see them on #851

(Sorry, thought you had finished making changes)

@Mahtem
Copy link
Author

Mahtem commented Nov 12, 2025

Can you also address all my inline comments? You can see them on #851

(Sorry, thought you had finished making changes)

I have addressed all your inline comments.
Thank you for your patience.

@cjyuan
Copy link
Contributor

cjyuan commented Nov 12, 2025

Changes look good. Well done.

@cjyuan cjyuan added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed. 📅 Sprint 3 Assigned during Sprint 3 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants